home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / os2 / sdplus.zip / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1992-09-12  |  536b  |  16 lines

  1. /* This is a Rexx Command File to Install MiniApp System Shutdown*/
  2. 'echo off'
  3. call RxFuncAdd SysLoadFuncs, RexxUtil, SysLoadFuncs
  4. call SysLoadFuncs
  5. call sysmkdir "c:\miniapp"
  6. call sysmkdir "c:\miniapp\shutdown"
  7. 'copy %1\!icon.ico c:\miniapp\shutdown\!icon.ico'
  8. 'copy %1\shutdown.exe c:\miniapp\shutdown\shutdown.exe'
  9. 'copy %1\sysshut1.dat c:\miniapp\shutdown\sysshut1.dat'
  10. 'copy %1\%2.dat c:\miniapp\shutdown\%2.dat'
  11. 'copy %3 c:\miniapp\shutdown\currentb.bmp'
  12. 'copy %4 c:\miniapp\shutdown\noncurrb.bmp'
  13. 'instobj.exe'
  14.  
  15.  
  16.